ComponentOne ASP.NET MVC Controls
PlotAreaIndex Method

C1.Web.Mvc.Fluent Namespace > ChartAxisBuilder<T> Class : PlotAreaIndex Method
The value.
Configurates C1.Web.Mvc.ChartAxis<T>.PlotAreaIndex. Sets the plot area for the axis.
Syntax
'Declaration
 
Public Function PlotAreaIndex( _
   ByVal value As Nullable(Of Integer) _
) As ChartAxisBuilder(Of T)
public ChartAxisBuilder<T> PlotAreaIndex( 
   Nullable<int> value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ChartAxisBuilder<T> Class
ChartAxisBuilder<T> Members